@charset "utf-8";
.cm {
  color: #1a7bfe;
}
.cm2 {
  color: #2194ef;
}
@font-face {
  font-family: 'swissbt';
  src: url('../font/SWISSBT.TTF');
}
.inbanner {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.inbanner > img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  width: 1920px;
  height: 100%;
  z-index: 0;
}
.inbanner2 > img {
  left: auto;
  right: 0;
  margin-left: 0;
}
.inbanner .cer {
  height: 100%;
  position: relative;
}
.ibcatein {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -82px;
  color: #fff;
}
.ibcatein .cn {
  font-size: 32px;
  line-height: 50px;
  margin-bottom: 46px;
}
.ibcatein .en {
  font-size: 48px;
  line-height: 50px;
  font-family: 'arial';
  text-transform: uppercase;
}
.ibcatein .hx {
  height: 50px;
  font-size: 0;
}
.js-qiecon {
  display: none;
}
.js-qiecon.on {
  display: block;
}
.greybg {
  background-color: #f0f3f6;
}
@media screen and (max-width: 1240px) {
  .ibcatein {
    text-align: center;
  }
}
.outnavbg {
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.outnavbg2 {
  width: 100%;
  height: 60px;
  background-color: #f0f3f6;
}
.outnav3 {
  height: 60px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.outnav3 .nav-left,
.outnav3 .nav-right {
  width: 50px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.outnav3 .nav-left {
  left: 0;
  background-image: url('../images/lt3.png');
}
.outnav3 .nav-right {
  right: 0;
  background-image: url('../images/gt3.png');
}
.outnav3 .nav-left:hover,
.outnav3 .nav-right:hover {
  background-color: #81cdf1;
}
.outnav3 #wrapper22 {
  width: 100%;
  height: 100%;
  position: relative;
}
.outnav3.on {
  padding: 0 50px;
}
.outnav3.on .nav-left,
.outnav3.on .nav-right {
  display: block;
}
.nav7 {
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.nav7 li {
  width: 200px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.nav7.fen2 li {
  width: 50%;
}
.nav7.fen3 li {
  width: 33.3%;
}
.nav7.fen4 li {
  width: 25%;
}
.nav7.fen5 li {
  width: 20%;
}
.nav7 li a {
  display: block;
  position: relative;
  background-color: #fff;
  color: #333;
  line-height: 60px;
  font-size: 16px;
}
.outnavbg2 .nav7 li a {
  background-color: #f0f3f6;
}
.nav7 li:hover a,
.outnavbg2 .nav7 li:hover a {
  background-color: #44b6ff;
  color: #fff;
}
.nav7 li.on a,
.outnavbg2 .nav7 li.on a {
  background-color: #2194ef;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .nav7 li a {
    font-size: 24px;
  }
}
.jituanlist {
  padding: 50px 0 40px;
}
.ab1 {
  overflow: hidden;
  height: 336px;
  background-color: #fff;
  margin-bottom: 30px;
}
.ab1 .inner {
  display: block;
  height: 100%;
}
.ab1 .pic {
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ab1 .pic img {
  position: absolute;
  width: 600px;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: 0;
  margin-left: -300px;
}
.ab1 .l {
  width: 50%;
  height: 100%;
  position: relative;
}
.ab1left {
  padding: 70px 60px 10px;
}
.ab1left h3 {
  color: #333;
  font-size: 28px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.ab1left h3 a {
  color: #333;
}
.ab1left .txt {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin: 8px 0 26px;
  max-height: 104px;
  overflow: hidden;
}
.ab1left .txt a {
  color: #666;
}
.ab1left .biaoqian {
  display: block;
  width: 160px;
  height: 40px;
  background-color: #2194ef;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.ab1:hover .ab1left h3 a {
  color: #2194ef;
}
.ab1 h3 a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .ab1left {
    padding: 55px 45px 10px;
  }
}
@media screen and (max-width: 800px) {
  .ab1 {
    max-width: 600px;
    height: auto;
    padding: 30px;
    margin: 0 auto 40px;
  }
  .ab1 .pic {
    float: none;
    width: 100%;
    height: auto;
  }
  .ab1 .pic img {
    position: static;
    margin-left: 0;
    width: 100%;
  }
  .ab1 .l {
    float: none;
    width: 100%;
    height: auto;
  }
  .ab1left {
    padding: 0 0 40px;
  }
  .ab1left .txt {
    max-height: none;
    margin: 15px 0 26px;
  }
}
@media screen and (max-width: 750px) {
  .ab1left h3 {
    font-size: 30px;
    line-height: 50px;
    height: auto;
  }
  .ab1left .txt {
    font-size: 24px;
    line-height: 40px;
  }
  .ab1left .biaoqian {
    font-size: 26px;
    line-height: 50px;
    height: 50px;
    width: 200px;
  }
}
.caselist {
  width: 1230px;
  padding: 50px 0 30px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.rlcaselist {
  padding: 25px 0 50px;
}
.caselist li {
  float: left;
  width: 33.3%;
  margin-bottom: 30px;
}
.caselist li .lin {
  padding: 0 15px;
}
.caselist li a {
  display: block;
  background-color: #fff;
  padding: 36px 40px 36px;
  border-top: 4px solid #fff;
}
.caselist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 55.5%;
  overflow: hidden;
  position: relative;
}
.caselist img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.caselist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-bottom: 15px;
}
.caselist li .txt {
  color: #666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-top: 15px;
}
.caselist li .more {
  color: #444;
  line-height: 20px;
  height: 20px;
  margin-top: 30px;
  background: url('../images/gt4-cs.png') 68px no-repeat;
}
.caselist li:hover a {
  border-top-color: #1b7dfd;
}
.caselist li:hover h3 {
  color: #1b7dfd;
}
.caselist li h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
@media screen and (max-width: 1100px) {
  .caselist {
    padding: 50px 15px 30px;
    width: auto;
  }
  .caselist li a {
    padding: 36px 30px;
  }
  .rlcaselist {
    padding: 25px 15px 40px;
  }
}
@media screen and (max-width: 960px) {
  .caselist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .caselist {
    padding: 40px 10px 30px;
    width: auto;
  }
  .rlcaselist {
    padding: 25px 10px 30px;
  }
  .caselist li .lin {
    padding: 0 10px;
  }
  .caselist li a {
    padding: 26px 20px;
  }
  .caselist li h3 {
    font-size: 30px;
    line-height: 40px;
    height: 80px;
    margin-bottom: 20px;
  }
  .caselist li .txt {
    font-size: 24px;
    line-height: 40px;
    height: 160px;
    margin-top: 20px;
  }
  .caselist li .more {
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    background-position: 120px center;
  }
}
@media screen and (max-width: 640px) {
  .caselist li {
    width: 100%;
  }
}
.newslist {
  padding: 50px 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.newslist li {
  width: 100%;
  padding: 34px 0;
  margin-bottom: 20px;
  background-color: #fff;
}
.newslist li a {
  display: block;
  position: relative;
  padding-left: 380px;
  min-height: 168px;
  overflow: hidden;
  padding-right: 220px;
}
.newslist li .pic {
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 1;
  width: 300px;
  height: 168px;
  overflow: hidden;
}
.newslist li .pic img {
  width: 100%;
  height: 100%;
}
.newslist li h3 {
  font-size: 22px;
  color: #333;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  padding: 10px 0 0 0;
}
.newslist li .txt {
  color: #767676;
  line-height: 24px;
  overflow: hidden;
  height: 72px;
  text-align: justify;
}
.newslist li .date {
  color: #767676;
  line-height: 20px;
  height: 20px;
  margin: 10px 0;
}
.newslist li label {
  display: block;
  width: 116px;
  height: 36px;
  color: #666;
  line-height: 36px;
  text-indent: 25px;
  background: #ffffff url('../images/sjr-n.png') 90px center no-repeat;
  border: 1px solid #313131;
  position: absolute;
  right: 50px;
  top: 65px;
  z-index: 1;
  cursor: pointer;
  border-radius: 19px;
}
.newslist li:hover h3 {
  color: #2194ef;
}
.newslist li:hover {
  -webkit-box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.2);
}
.newslist li:hover label {
  color: #2194ef;
  border-color: #2194ef;
  background-image: url('../images/sjr-nh.png');
}
.newslist h3,
.newslist li,
.newslist label {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1240px) {
  .newslist {
    padding: 50px 20px 40px;
  }
}
@media screen and (max-width: 1100px) {
  .newslist li {
    padding: 30px 0;
  }
  .newslist li a {
    padding-right: 40px;
  }
  .newslist li label {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .newslist li h3 {
    padding-top: 0;
  }
  .newslist li .txt {
    height: 96px;
  }
}
@media screen and (max-width: 900px) {
  .newslist li a {
    padding-left: 340px;
    padding-right: 20px;
  }
  .newslist li .pic {
    left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .newslist li h3 {
    font-size: 28px;
    line-height: 48px;
    height: 96px;
  }
  .newslist li .date {
    font-size: 28px;
    line-height: 48px;
    height: 48px;
    margin: 20px 0 0;
  }
  .newslist li .txt {
    display: none;
  }
}
.atc-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 60px;
}
.atc-wrap2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 35px;
}
.atc {
  padding: 50px 0 60px;
  background-color: #fff;
}
.atcin {
  width: 900px;
  margin: 0 auto;
}
.atc-h {
  text-align: center;
}
.atc-h h1 {
  font-size: 26px;
  color: #333;
  line-height: 50px;
  margin-bottom: 10px;
}
.atc-date {
  font-size: 14px;
  color: #666;
  line-height: 48px;
  background-color: #f0f3f6;
}
.atc-date span {
  margin: 0 18px;
  display: inline-block;
}
.atc-con {
  padding: 26px 0 42px;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.atc-con img {
  max-width: 100%;
}
.atc-con a {
  color: #295ca2;
}
.atc-pn {
  position: relative;
  padding-top: 26px;
  padding-right: 160px;
}
.atc-pn a {
  display: block;
  overflow: hidden;
  color: #666;
  line-height: 34px;
  margin-top: 10px;
}
.atc-pn a:hover {
  color: #2194ef;
}
.atc-pn a label {
  display: inline-block;
  border: 1px solid #ccc;
  width: 98px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  margin-right: 15px;
}
.atc-pn a:hover label {
  border-color: #2194ef;
}
.atc-pn a.ret {
  color: #fff;
  text-align: center;
  line-height: 34px;
  background-color: #2194ef;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 120px;
  height: 34px;
  margin-top: 0;
}
.atc-pn a.ret:hover {
  opacity: 0.8;
}
.videowrap {
  width: 100%;
  position: relative;
  text-align: center;
}
.video {
  width: 900px;
  max-width: 100%;
  height: 540px;
}
@media screen and (max-width: 1000px) {
  .atc-wrap {
    padding: 30px 0 0;
  }
  .atc-wrap2 {
    padding: 30px 0;
  }
  .atc {
    padding: 50px 30px 60px;
  }
  .atcin {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  .videowrap {
    padding-bottom: 60%;
    height: 0;
  }
  .video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .atc-pn {
    padding-right: 0;
  }
  .atc-pn a.ret {
    position: static;
    display: block;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .atc-h h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .atc-h .atc-date {
    font-size: 24px;
  }
  .atc-con {
    font-size: 26px;
    line-height: 46px;
    padding: 40px 0 40px;
  }
  .atc-con div,
  .atc-con p,
  .atc-con span {
    font-size: 26px !important;
    line-height: 46px!important;
  }
  .atc-pn {
    padding-top: 40px;
  }
  .atc-pn a {
    font-size: 24px;
    line-height: 42px;
  }
  .atc-pn a label {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  .atc-pn a.ret {
    position: static;
    width: 260px;
    display: block;
    margin: 40px auto 0;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
  }
}
.downlist {
  width: 1224px;
  padding: 60px 0 34px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.downlist li {
  float: left;
  width: 25%;
  margin-bottom: 26px;
}
.downlist li .lin {
  padding: 0 13px;
}
.downlist li a {
  display: block;
  width: 100%;
  background-color: #fff;
  padding-bottom: 20px;
}
.downlist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}
.downlist img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.downlist li h3 {
  color: #333;
  line-height: 30px;
  padding: 12px 20px 0;
  height: 30px;
  overflow: hidden;
}
.downlist li .info {
  line-height: 30px;
  padding: 12px 20px 0;
  height: 30px;
  color: #666;
  overflow: hidden;
}
.downlist li .info span.cishu {
  float: left;
  padding-left: 26px;
}
.downlist li .info span.houzui {
  float: right;
}
.downlist li:hover a {
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
}
.downlist li:hover h3 {
  color: #1365f0;
}
span.cishu {
  background: url('../images/load.png') left no-repeat;
}
.downlist li h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
@media screen and (max-width: 1100px) {
  .downlist {
    width: auto;
    padding: 60px 10px 34px;
  }
  .downlist li {
    width: 33.33%;
  }
}
@media screen and (max-width: 900px) {
  .downlist li {
    width: 50%;
  }
  .downlist li .lin {
    padding: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .downlist li h3 {
    font-size: 26px;
    line-height: 40px;
    height: 80px;
    overflow: hidden;
  }
  .downlist li .info {
    line-height: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .downlist li {
    width: 100%;
  }
}
.liuyan {
  color: #666;
  font-size: 0;
  padding-bottom: 1px;
}
.liuyan .hang {
  float: left;
  width: 49%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 25px;
}
.liuyan .hang.long {
  float: none;
  width: 100%;
}
.liuyan .hang.first {
  margin-right: 2%;
}
.liuyan .hang.fat {
  width: 100%;
  height: auto;
}
.liuyan input[type=text] {
  width: 100%;
  height: 38px;
  border: 1px solid #d7d7d7;
  line-height: 38px;
  text-indent: 18px;
  font-size: 14px;
  margin-left: -2px;
}
.liuyan textarea {
  padding: 2%;
  height: 104px;
  border: 1px solid #d7d7d7;
  resize: none;
  vertical-align: top;
  width: 96%;
  line-height: 26px;
  font-size: 14px;
  margin-left: -2px;
}
.liuyan input[type=text]:focus,
.liuyan textarea:focus {
  border-color: #1b7bfd;
}
.liuyan input[type=text],
.liuyan textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan p {
  height: 100%;
}
.liuyan i.v {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.liuyan .hang2 {
  height: 40px;
  line-height: 40px;
  margin-bottom: 25px;
}
.liuyan .hang2 > div {
  float: left;
  height: 100%;
}
.liuyan .hang2 i.v {
  width: 220px;
}
.liuyan .verifyImg {
  width: 98px;
  height: 38px;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid #d7d7d7;
  margin-left: 10px;
}
.liuyan .yzmchange {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  background: url('../images/change.png') center no-repeat;
}
.liuyan input#tj {
  float: right;
  width: 160px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  background-color: #1b7bfd;
  color: #fff;
  border: 1px solid #1b7bfd;
}
.liuyan input#tj:hover {
  background-color: #fff;
  color: #1b7bfd;
}
@media screen and (max-width: 750px) {
  .liuyan .hang {
    float: none;
    width: auto;
    height: 60px;
    margin-left: 0;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .liuyan .hang.first {
    margin-right: 0;
  }
  .liuyan input[type=text] {
    font-size: 24px;
    height: 58px;
    line-height: 58px;
  }
  .liuyan textarea {
    line-height: 40px;
    font-size: 24px;
    height: 200px;
  }
  .liuyan .hang2 {
    float: none;
    height: auto;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .liuyan .hang2 > div {
    float: none;
  }
  .liuyan .hang2 i.v {
    width: 320px;
  }
  .liuyan .verifyImg {
    float: right;
    width: 148px;
    height: 58px;
  }
  .liuyan .yzmchange {
    float: right;
    width: 80px;
  }
  .liuyan input#tj {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    margin-top: 40px;
  }
  .v span.Validform_checktip {
    font-size: 22px;
    line-height: 30px;
    height: 30px;
  }
}
#map {
  width: 100%;
  height: 500px;
}
.lxout {
  max-width: 1200px;
  margin: 70px auto 65px;
  overflow: hidden;
}
.lxleft {
  float: left;
  width: 410px;
}
.lxright {
  float: right;
  width: 610px;
}
.lxleft h3 {
  font-size: 30px;
  line-height: 36px;
  color: #444;
}
.lxway {
  margin-top: 12px;
}
.lxway p {
  font-size: 14px;
  line-height: 28px;
  color: #636363;
}
.lxewm {
  width: 100px;
  margin-top: 15px;
}
.lxewm img {
  display: block;
  width: 100px;
  height: 100px;
}
.lxewm p {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  text-align: center;
}
.kzbar {
  width: 410px;
  height: 4px;
  margin-bottom: 10px;
  background-color: #c6e3fa;
  position: relative;
}
.kzbar .inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 130px;
  height: 100%;
  background-color: #2194ef;
}
.kzlist {
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 20px;
}
.kzlist li {
  float: left;
  width: 130px;
  height: 47px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}
.kzlist li:first-child {
  margin-left: 0;
}
.kzlist li h3 {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  background-color: #c6e3fa;
  overflow: hidden;
}
.kzlist li .sjd {
  height: 8px;
  margin-top: -1px;
  opacity: 0;
  background: url('../images/sjd1.png') top no-repeat;
}
.kzlist li.on h3 {
  background-color: #2194ef;
  font-size: 16px;
  color: #fff;
}
.kzlist li.on .sjd {
  opacity: 1;
}
.kzlist li .sjd,
.kzlist li h3 {
  -webkit-transition: .3s;
  transition: .3s;
}
.kzconout {
  position: relative;
  z-index: 0;
}
.kzcon {
  display: none;
}
.kzcon.on {
  display: block;
}
@media screen and (max-width: 1260px) {
  .lxout {
    width: auto;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1100px) {
  .lxleft {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .lxewm {
    display: none;
  }
  .lxright {
    float: none;
    width: 100%;
  }
  .kzbar {
    width: 620px;
  }
  .kzbar .inner {
    width: 200px;
  }
  .kzlist {
    width: 620px;
  }
  .kzlist li {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .lxleft h3 {
    font-size: 36px;
    line-height: 50px;
  }
  .lxway p {
    font-size: 26px;
    line-height: 46px;
  }
  .kzlist li {
    height: 57px;
  }
  .kzlist li h3 {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
  .kzlist li.on h3 {
    font-size: 26px;
  }
}
/* 人才招聘 */
.cate3 {
  text-align: center;
}
.cate3 .cn {
  font-size: 42px;
  line-height: 70px;
  color: #fff;
}
.cate3 .cn2 {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
}
.recout {
  background: #ffffff url('../images/zhaopinbg.jpg') top no-repeat;
  padding: 190px 0 1px;
}
.rec {
  max-width: 1200px;
  margin: 0 auto;
}
.rec-head {
  height: 50px;
  background-color: #666;
  overflow: hidden;
  margin-top: 60px;
}
.rec-head .th {
  float: left;
  padding: 10px 0;
  width: 20%;
  height: 30px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.reclist {
  background-color: #fff;
  margin-bottom: 60px;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.1);
  border-top: 0 none;
}
.reclist li {
  border-top: 1px dashed #f3f3f3;
}
.rec-hand {
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rec-hand .td {
  float: left;
  padding: 10px 0;
  width: 20%;
  overflow: hidden;
  font-size: 16px;
  color: #444;
  line-height: 40px;
  text-align: center;
  height: 40px;
}
.rec-hand a.more {
  display: block;
  cursor: pointer;
  background: url('../images/zp.png') center no-repeat;
}
.reclist li.on {
  border-top: 1px solid #239ade;
}
.reclist li.on .rec-hand {
  background-color: #239ade;
}
.reclist li:hover .rec-hand .td {
  color: #239ade;
}
.reclist li.on .rec-hand .td {
  color: #fff;
}
.reclist li.on .rec-hand a.more {
  background-image: url('../images/zph.png');
}
.reclist li,
.rec-hand,
.reclist .td,
.reclist .rec-hand a.more {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.reclist .rec-con {
  display: none;
}
.reclist .rec-txt {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  padding: 32px 100px;
}
.rec-txt .email {
  text-decoration: underline;
  color: #239ade;
}
@media screen and (max-width: 1200px) {
  .reclist {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 1000px) {
  .reclist .rec-txt {
    padding: 32px 40px;
  }
}
@media screen and (max-width: 750px) {
  .rec-head {
    height: 80px;
    line-height: 80px;
  }
  .rec-head .th {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 18%;
  }
  .rec-head .th.long {
    width: 28%;
  }
  .rec-hand {
    height: 70px;
    line-height: 70px;
  }
  .rec-hand .td {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 18%;
  }
  .rec-hand .td.long {
    width: 28%;
  }
  .reclist .rec-txt {
    padding: 32px 30px;
    font-size: 26px;
    line-height: 44px;
  }
  .rec-txt div,
  .rec-txt p,
  .rec-txt span {
    font-size: 26px!important;
    line-height: 44px!important;
  }
  .cate3 .cn2 {
    font-size: 26px;
  }
}
.cate4 .cn {
  font-size: 42px;
  line-height: 62px;
  color: #239ade;
}
.cate4 .cn2 {
  font-size: 20px;
  line-height: 40px;
  color: #239ade;
}
.tuijian {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.picbg {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.even .picbg {
  right: auto;
  left: 0;
}
.picbg img.full {
  position: absolute;
  width: 960px;
  left: 50%;
  top: 0;
  z-index: 1;
  margin-left: -480px;
}
.tjcon {
  width: 50%;
  height: 100%;
  float: left;
  display: table;
}
.tjcon .inner {
  font-size: 14px;
  color: #666;
  line-height: 32px;
  padding-right: 100px;
  display: table-cell;
  vertical-align: middle;
}
.even .tjcon {
  float: right;
}
.even .tjcon .inner {
  padding-left: 100px;
  padding-right: 0;
}
@media screen and (max-width: 1280px) {
  .tjcon .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .even .tjcon .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .tuijian {
    height: auto;
  }
  .tuijian .picbg {
    position: relative;
    width: 100%;
    height: auto;
  }
  .tuijian .picbg img.full {
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .tjcon {
    float: none;
    width: 100%;
    height: auto;
  }
  .tjcon .inner {
    padding: 40px;
  }
}
@media screen and (max-width: 960px) {
  .tuijian .picbg {
    height: 500px;
  }
  .tuijian .picbg img.full {
    position: absolute;
    width: 960px;
    left: 50%;
    margin-left: -480px;
  }
}
@media screen and (max-width: 750px) {
  .tjcon .inner {
    font-size: 26px;
    line-height: 36px;
    padding: 50px 30px;
  }
  .cate4 .cn2 {
    font-size: 26px;
  }
}
.gonglist {
  padding: 50px 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.gonglist li {
  width: 100%;
  padding: 30px 0;
  margin-bottom: 20px;
  background-color: #fff;
}
.gonglist li.youtu {
  padding: 34px 0;
}
.gonglist li a {
  display: block;
  position: relative;
  padding-left: 40px;
  min-height: 120px;
  overflow: hidden;
  padding-right: 220px;
}
.gonglist li.youtu a {
  padding-left: 380px;
  min-height: 168px;
}
.gonglist li .pic {
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 1;
  width: 300px;
  height: 168px;
  overflow: hidden;
  display: none;
}
.gonglist li .pic img {
  width: 100%;
  height: 100%;
}
.gonglist li.youtu .pic {
  display: block;
}
.gonglist li h3 {
  font-size: 22px;
  color: #333;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
}
.gonglist li .txt {
  color: #767676;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
  text-align: justify;
}
.gonglist li .date {
  color: #767676;
  line-height: 20px;
  height: 20px;
  margin: 10px 0;
}
.gonglist li.youtu h3 {
  padding-top: 10px;
}
.gonglist li.youtu .txt {
  height: 72px;
}
.gonglist li label {
  display: block;
  width: 116px;
  height: 36px;
  color: #666;
  line-height: 36px;
  text-indent: 25px;
  background: #ffffff url('../images/sjr-n.png') 90px center no-repeat;
  border: 1px solid #313131;
  position: absolute;
  right: 50px;
  top: 42px;
  z-index: 1;
  cursor: pointer;
  border-radius: 19px;
}
.gonglist li.youtu label {
  top: 65px;
}
.gonglist li:hover h3 {
  color: #2194ef;
}
.gonglist li:hover {
  -webkit-box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.2);
}
.gonglist li:hover label {
  color: #2194ef;
  border-color: #2194ef;
  background-image: url('../images/sjr-nh.png');
}
.gonglist h3,
.gonglist li,
.gonglist label {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1240px) {
  .gonglist {
    padding: 50px 20px 40px;
  }
}
@media screen and (max-width: 1100px) {
  .gonglist li.youtu {
    padding: 30px 0;
  }
  .gonglist li a {
    padding-right: 40px;
  }
  .gonglist li label {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .gonglist li.youtu h3 {
    padding-top: 0;
  }
  .gonglist li.youtu .txt {
    height: 96px;
  }
}
@media screen and (max-width: 900px) {
  .gonglist li.youtu a {
    padding-left: 340px;
    padding-right: 20px;
  }
  .gonglist li.youtu .pic {
    left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .gonglist li h3 {
    font-size: 28px;
    line-height: 44px;
    height: 88px;
  }
  .gonglist li .date {
    font-size: 24px;
    line-height: 36px;
    height: 36px;
    margin: 20px 0;
  }
  .gonglist li .txt {
    line-height: 40px;
    height: 160px;
  }
  .gonglist li.youtu h3 {
    font-size: 28px;
    line-height: 48px;
    height: 96px;
  }
  .gonglist li.youtu .date {
    font-size: 28px;
    line-height: 48px;
    height: 48px;
    margin: 20px 0 0;
  }
  .gonglist li.youtu .txt {
    display: none;
  }
}
.cate6 {
  text-align: center;
}
.cate6 .cn {
  font-size: 30px;
  color: #333;
  line-height: 50px;
  position: relative;
  padding-bottom: 22px;
}
.cate6 .cn:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 36px;
  height: 0;
  margin-left: -18px;
  border-bottom: 4px solid #18b7de;
}
.kehubg {
  padding-top: 100px;
  background: #f0f3f6 url('../images/huobg.jpg') bottom no-repeat;
}
.kehulist {
  width: 1230px;
  padding: 70px 0 40px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.kehulist li {
  float: left;
  width: 16.66%;
  margin-bottom: 30px;
}
.kehulist li .lin {
  padding: 0 15px;
  position: relative;
}
.kehulist li a {
  display: block;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.kehulist .pic {
  width: 100%;
  height: 112px;
  overflow: hidden;
  font-size: 0;
  line-height: 112px;
  text-align: center;
}
.kehulist img {
  max-width: 90%;
  max-height: 90%;
}
.kehulist li:hover .pic {
  -webkit-animation: rotateY360 2s linear infinite;
          animation: rotateY360 2s linear infinite;
}
@media screen and (max-width: 1200px) {
  .kehulist {
    width: auto;
    padding: 50px 15px 40px;
  }
  .kehulist li {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .kehulist li {
    width: 33.3%;
  }
}
@media screen and (max-width: 750px) {
  .kehubg {
    padding-top: 60px;
  }
  .kehulist {
    padding: 50px 10px 40px;
  }
  .kehulist li {
    width: 50%;
  }
  .kehulist li .lin {
    padding: 0 10px;
  }
}
/*关于我们*/
.pianyi {
  padding-top: 80px;
  margin-top: -80px;
}
.jiagou {
  padding: 80px 0;
  background-color: #fff;
}
.jiagou .cer {
  text-align: center;
}
.jiagou img {
  max-width: 96%;
  height: auto!important;
}
.about {
  padding: 70px 0;
}
.ab1title {
  font-size: 30px;
  color: #2194ef;
  line-height: 50px;
  text-align: center;
  background-image: -webkit-linear-gradient(left, #2194ef, #239b53);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aboutcon {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 42px;
  text-align: justify;
}
.aboutcon img {
  max-width: 100%;
}
.guolist {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  font-size: 0;
  text-align: center;
}
.guolist li {
  display: inline-block;
  width: 280px;
}
.guolist li a {
  display: block;
  position: relative;
}
.guolist li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 0;
  width: 1px;
  height: 88px;
  background-color: #d4d4d4;
}
.guolist li:first-child a:before {
  display: none;
}
.guolist h3 {
  font-size: 72px;
  color: #0098d9;
  font-weight: bold;
  position: relative;
  height: 84px;
  line-height: 84px;
  font-family: 'swissbt';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guolist h3 i {
  font-style: normal;
}
.guolist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.guolist li:hover h3 {
  color: #239b53;
}
@media screen and (max-width: 960px) {
  .guolist li {
    width: 33%;
  }
}
@media screen and (max-width: 750px) {
  .aboutcon {
    font-size: 26px;
    line-height: 40px;
  }
  .aboutcon div,
  .aboutcon p,
  .aboutcon span {
    font-size: 26px!important;
    line-height: 40px!important;
  }
  .guolist li .txt {
    font-size: 24px;
    line-height: 40px;
  }
}
.lichen {
  padding: 55px 0 70px;
  background: url('../images/chenbg.jpg') top;
  background-size: 100% 100%;
}
.cate1 {
  text-align: center;
  color: #fff;
  height: 80px;
  padding: 73px 0 77px;
  background: url('../images/chensun.png') center no-repeat;
}
.cate1 .cn {
  font-size: 26px;
  line-height: 46px;
}
.cate1 .en {
  font-size: 14px;
  line-height: 22px;
  font-family: 'arial';
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.cate1 .en:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 26px;
  height: 0;
  margin-left: -13px;
  border-bottom: 1px dashed #fff;
}
.cate2 {
  text-align: center;
  color: #fff;
  padding-top: 42px;
  background: url('../images/chenyuan.png') top no-repeat;
}
.cate2 .cn {
  font-size: 24px;
  line-height: 46px;
}
.cate2 .en {
  font-size: 16px;
  line-height: 20px;
  font-family: 'arial';
}
.lichenlist {
  max-width: 800px;
  padding: 20px 0 86px;
  position: relative;
  margin: -6px auto 0;
}
.lichenlist:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  margin-left: -1px;
}
.lichenlist li {
  padding-left: 50%;
  text-align: left;
  position: relative;
  z-index: 1;
}
.lichenlist li .inner {
  padding-left: 70px;
  color: #fff;
  padding-bottom: 36px;
  margin-left: -1px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom-left-radius: 38px;
}
.lichenlist li .year {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
.lichenlist li .year span {
  font-size: 36px;
}
.lichenlist li .txt {
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
  overflow: hidden;
}
.lichenlist li:nth-child(2n) {
  padding-left: 0;
  padding-right: 50%;
  text-align: right;
}
.lichenlist li:nth-child(2n) .inner {
  padding-right: 70px;
  padding-left: 0;
  border-left: 0 none;
  border-right: 2px solid #fff;
  margin-left: 0;
  margin-right: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 38px;
}
@media screen and (max-width: 960px) {
  .lichenlist {
    padding: 20px 20px 86px;
  }
}
@media screen and (max-width: 840px) {
  .lichenlist li .inner {
    padding-left: 40px;
  }
  .lichenlist li:nth-child(2n) .inner {
    padding-right: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .cate1 {
    height: 100px;
    padding: 63px 0 67px;
  }
  .cate1 .cn {
    font-size: 34px;
    line-height: 56px;
  }
  .cate1 .en {
    font-size: 22px;
    line-height: 32px;
  }
  .cate2 .cn {
    font-size: 30px;
    line-height: 58px;
  }
  .cate2 .en {
    font-size: 24px;
    line-height: 32px;
  }
  .lichenlist li .year {
    font-size: 30px;
  }
  .lichenlist li .txt {
    font-size: 24px;
    line-height: 36px;
    min-height: 72px;
  }
}
.rong {
  overflow: hidden;
  height: 560px;
  background-color: #eef2f6;
  padding-right: 960px;
  position: relative;
}
.rong .bpic {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.rong .bpic img {
  position: absolute;
  width: 960px;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: 0;
  margin-left: -480px;
}
.rongright {
  width: 960px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.rongright .inner {
  padding-top: 90px;
  width: 720px;
  margin: 0 auto;
}
.cate5 .cn {
  font-size: 30px;
  color: #333;
  line-height: 44px;
}
.cate5 .en {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'arial';
}
.rongright .txt {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-top: 26px;
  height: 94px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .rong {
    padding-right: 840px;
  }
  .rongright {
    width: 840px;
  }
  .rongright .inner {
    width: 680px;
  }
}
@media screen and (max-width: 1100px) {
  .rong {
    padding-right: 0;
  }
  .rong .bpic {
    display: none;
  }
  .rongright {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .cate5 .cn {
    font-size: 34px;
    line-height: 50px;
  }
  .cate5 .en {
    font-size: 24px;
    line-height: 34px;
  }
  .rongright .inner {
    padding-top: 60px;
  }
  .rongright .txt {
    font-size: 24px;
    line-height: 42px;
    height: auto;
  }
}
.ryScroll {
  overflow: hidden;
  position: relative;
  padding: 52px 0;
}
.rylist {
  overflow: hidden;
  height: 142px;
}
.rylist li {
  float: left;
  width: 220px;
  height: 100%;
}
.rylist li .lin {
  padding: 0 10px;
  height: 100%;
}
.rylist li a {
  display: block;
  height: 100%;
}
.rylist li .pic {
  overflow: hidden;
  background-color: #fff;
  height: 142px;
  line-height: 142px;
  text-align: center;
  font-size: 0;
}
.rylist li img {
  max-width: 100%;
  max-height: 100%;
}
.rylist li:hover a {
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
}
.ryScroll a.prev,
.ryScroll a.next {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  bottom: 0;
  border-radius: 50%;
}
.ryScroll a.prev {
  left: 84px;
  background: #a6a9ac url('../images/lt2-ry.png') center no-repeat;
}
.ryScroll a.next {
  right: 84px;
  background: #a6a9ac url('../images/gt2-ry.png') center no-repeat;
}
.ryScroll a.prev:hover,
.ryScroll a.next:hover {
  background-color: #148cd8;
}
.ryScroll .hd {
  height: 12px;
  overflow: hidden;
  padding: 9px 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
}
.ryScroll .hd ul {
  overflow: hidden;
  zoom: 1;
  font-size: 0;
}
.ryScroll .hd ul li {
  display: inline-block;
  margin: 0 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background-color: #a5a8aa;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ryScroll .hd ul li.on {
  background-color: #148cd8;
}
.sitepop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 160;
  left: 0;
  top: 0;
  display: none;
  overflow: hidden;
}
.sitebg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: url('../images/op0-40.png');
}
.sitein {
  width: 400px;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: -500px;
  top: 0;
  height: 100%;
  background-color: #fff;
}
.sitepop.on .sitein {
  right: 0;
}
.siteclose {
  width: 62px;
  height: 80px;
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 5;
  cursor: pointer;
  background: url('../images/cha.png') center no-repeat;
}
.siteone {
  width: 100%;
  height: 80px;
  background-color: #2194ef;
  position: absolute;
  z-index: 4;
  font-size: 18px;
  color: #fff;
  line-height: 80px;
  text-indent: 40px;
  top: 0;
  left: 0;
}
.sitemap {
  padding: 0 40px;
  height: 100%;
  overflow: auto;
}
.sitemap dl {
  border-bottom: 2px solid #f4f4f4;
  padding: 16px 0;
}
.sitemap dt {
  height: 32px;
  line-height: 32px;
}
.sitemap dt a {
  font-size: 16px;
  color: #333;
}
.sitemap dd {
  font-size: 0;
  margin-top: 5px;
}
.sitemap dd a {
  display: inline-block;
  height: 26px;
  margin-right: 15px;
  font-size: 14px;
  line-height: 26px;
  color: #999;
}
.sitemap dd a:hover {
  text-decoration: underline;
  color: #2194ef;
}
.sitetwo {
  text-align: center;
  padding: 40px 0 45px;
}
.sitetwo > div {
  width: 100px;
  display: inline-block;
  margin: 0 10px;
}
.sitetwo img {
  display: block;
  width: 100%;
  height: 100px;
}
.sitetwo p {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  height: 24px;
}
/*.fcate4 { text-align: center; padding-top: 44px;
	background: url('../images/icon4.png') center top no-repeat;}
.fcate4 .cn { font-size: 32px; line-height: 66px; color: #333; height: 66px;}
.fcate4 .cn.tt4{ background: url('../images/t4.png') center bottom no-repeat; background-size: contain;}


.fnews{ padding: 72px 0 80px;}
.fnewscon{ overflow: hidden; margin-top: 42px;}

.fhot{ float: left; width: 44%;}
.fhot a{ display: block; padding-top: 20px; position: relative; overflow: hidden;}
.fhot .pic{ width: 100%; margin-bottom: 26px;}
.fhot .pic img{ width: 100%;}

.fhot h3{ font-size: 20px; color: #333; line-height: 36px; height: 36px; margin: 4px 0; overflow: hidden;}
.fhot .txt{ color: #666; line-height: 24px; overflow: hidden; height: 48px;}
.fhot .date{ font-size: 16px; color: #666; line-height: 24px; height: 24px;}

.fhot:hover h3{ color: #2194ef;}
.fhot h3{ transition: 0.5s;}



.fnewslist{ float: right; width: 52%;}
.fnewslist li{ width: 100%; padding: 20px 0; border-bottom: 1px solid #cacaca;}
.fnewslist li a{ display: block; position: relative; padding-left: 290px;
	min-height: 145px; overflow: hidden;}

.fnewslist li .pic{ position: absolute; left: 0; top:0; z-index: 1;
	width: 260px; height: 145px; overflow: hidden;}
.fnewslist li .pic img{ width: 100%; height: 100%;}

.fnewslist li h3{ font-size: 18px; color: #333; line-height: 34px; height: 34px; overflow: hidden;}
.fnewslist li .txt{ color: #666; line-height: 24px; overflow: hidden; height: 48px; margin-top: 5px;}
.fnewslist li .date{ color: #666; line-height: 24px; height: 24px; padding-top: 10px;} 

.fnewslist li:hover h3{ color: #2194ef;}
.fnewslist h3{ transition: 0.5s;}
@media screen and (max-width:1000px) {
	.fhot{ float: none; width: 675px; margin: 0 auto;}
	.fhot a{ padding-bottom: 40px;}
	.fnewslist{ float: none; width: 790px; max-width: 100%; margin: 0 auto;}
}
@media screen and (max-width:750px) {
	.fcate4 .cn { font-size: 40px;}
	.fhot h3{ font-size: 32px; line-height: 50px; height: 50px; margin: 0 0 10px;}
	.fhot .txt{ line-height: 40px; height: auto;}
	.fhot .date{ font-size: 26px; line-height: 40px; height: 40px;}

	.fnewslist li h3{ font-size: 28px; line-height: 50px; height: 50px;}
	.fnewslist li .txt{ font-size: 24px; line-height: 40px; height: 80px; margin-top: 15px;}
	.fnewslist li .date{ display: none;} 
}*/
.fcate1 .cn {
  font-size: 32px;
  line-height: 54px;
  color: #333;
  height: 54px;
  padding-top: 20px;
}
.fcate1 .cn.tt1 {
  background: url('../images/t1.png') 0 top no-repeat;
  background-size: contain;
}
.fcate1 .cn2 {
  font-size: 18px;
  color: #7f8692;
  line-height: 30px;
}
.fabout {
  padding: 120px 0 110px;
}
.faboutcon {
  overflow: hidden;
}
.faboutl {
  float: left;
  width: 50%;
  height: 100%;
}
.faboutl .fabtxt {
  overflow: hidden;
  height: 104px;
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 26px;
  color: #727171;
  text-indent: 2em;
}
.faboutl .more {
  display: block;
  width: 170px;
  height: 46px;
  background: #2194ef url('../images/niddle.png') 114px center no-repeat;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-indent: 32px;
}
.faboutr {
  float: right;
  position: relative;
}
.faboutr .pic {
  width: 600px;
  padding-right: 30px;
  padding-bottom: 20px;
}
.faboutr img {
  width: 100%;
  -webkit-box-shadow: 30px 20px 0 0 #2194ef;
          box-shadow: 30px 20px 0 0 #2194ef;
}
.fguolist {
  overflow: hidden;
  width: 100%;
  margin: 40px 0;
  position: relative;
  z-index: 1;
  font-size: 0;
}
.fguolist li {
  display: inline-block;
  width: 214px;
  max-width: 33%;
}
.fguolist li a {
  display: block;
  position: relative;
}
.fguolist h3 {
  font-size: 72px;
  color: #0098d9;
  font-weight: bold;
  position: relative;
  height: 84px;
  line-height: 84px;
  font-family: 'swissbt';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fguolist h3 i {
  font-style: normal;
}
.fguolist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.fguolist li:hover h3 {
  color: #239b53;
}
@media screen and (max-width: 1440px) {
  .faboutl {
    width: 54%;
  }
  .faboutr {
    width: 42%;
  }
  .faboutr .pic {
    width: 100%;
    padding-right: 0;
  }
  .faboutr img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .faboutl .fabtxt {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .fabout {
    padding: 70px 0 60px;
  }
  .faboutl {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .faboutr {
    float: none;
    width: 630px;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .faboutr .pic {
    width: 600px;
    padding-right: 30px;
  }
  .faboutr img {
    -webkit-box-shadow: 30px 20px 0 0 #2194ef;
            box-shadow: 30px 20px 0 0 #2194ef;
  }
  .fguolist {
    text-align: center;
  }
  .fguolist li {
    width: 33%;
  }
  .faboutl .more {
    margin: 0 auto;
  }
  .fcate1 {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .faboutl .fabtxt {
    font-size: 26px;
    line-height: 44px;
  }
  .faboutl .more {
    width: 270px;
    height: 52px;
    font-size: 26px;
    line-height: 52px;
    text-indent: 60px;
    background-position: 180px center;
  }
  .fguolist li .txt {
    font-size: 24px;
    line-height: 40px;
  }
  .fcate1 .cn {
    font-size: 36px;
  }
  .fcate1 .cn2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.fcate2 {
  text-align: center;
  padding-top: 36px;
  background: url('../images/icon2.png') center top no-repeat;
}
.fcate2 .cn {
  font-size: 32px;
  line-height: 66px;
  color: #333;
  height: 66px;
}
.fcate2 .cn.tt2 {
  background: url('../images/t2.png') center top no-repeat;
  background-size: contain;
}
.fcate2 .cn2 {
  font-size: 18px;
  color: #7f8692;
  line-height: 30px;
}
.ffanwei {
  padding: 54px 0 110px;
  background: #f2f2f2 url('../images/fywbg.jpg') center bottom no-repeat;
}
.fanweitwo {
  margin-top: 104px;
  color: #fff;
}
.fanweitwo .cn {
  font-size: 32px;
  line-height: 52px;
}
.fanweitwo .en {
  font-size: 14px;
  line-height: 24px;
  text-indent: 15px;
  font-family: 'arial';
}
.fanweitwo a {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  text-indent: 15px;
}
.fanweitwo a:hover {
  text-decoration: underline;
}
.fwlist {
  width: 100%;
  height: 1140px;
  position: relative;
  margin-top: 50px;
  outline: 10px solid #fff;
  font-size: 0;
}
.fwlist li {
  position: absolute;
  width: 33.33%;
  height: 570px;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fwlist li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 2px solid #fff;
  opacity: 0;
}
.fwlist li .txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -33px;
  z-index: 5;
  text-align: center;
}
.fwlist li .txt .cn {
  font-size: 26px;
  line-height: 42px;
  color: #fff;
}
.fwlist li .txt .en {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'arial';
  text-transform: capitalize;
  word-break: normal;
}
.fwlist li .txt .more {
  display: block;
  width: 94px;
  height: 28px;
  border: 1px solid #fff;
  opacity: 0;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  margin: 20px auto 0;
  border-radius: 3px;
}
.fwlist li .txt,
.fwlist li .txt .more,
.fwlist li:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fwlist li.i1 {
  background-image: url('../images/fyw1.jpg');
  top: 0;
  left: 0;
}
.fwlist li.i2 {
  background-image: url('../images/fyw2.jpg');
  top: 0;
  left: 33.33%;
}
.fwlist li.i3 {
  background-image: url('../images/fyw3.jpg');
  top: 0;
  left: 66.66%;
}
.fwlist li.i4 {
  background-image: url('../images/fyw4.jpg');
  top: 50%;
  left: 0%;
}
.fwlist li.i5 {
  background-image: url('../images/fyw5.jpg');
  top: 50%;
  left: 33.33%;
}
.fwlist li.i6 {
  background-image: url('../images/fyw6.jpg');
  top: 50%;
  left: 66.66%;
}
.fwlist li:hover .txt .more {
  opacity: 1;
}
.fwlist li:hover .txt {
  margin-top: -58px;
}
.fwlist li:hover:before {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .fwlist {
    height: 1710px;
    outline: 5px solid #fff;
  }
  .fwlist li {
    width: 50%;
  }
  .fwlist li.i2 {
    left: 50%;
  }
  .fwlist li.i3 {
    top: 33.33%;
    left: 0;
  }
  .fwlist li.i4 {
    top: 33.33%;
    left: 50%;
  }
  .fwlist li.i5 {
    top: 66.66%;
    left: 0;
  }
  .fwlist li.i6 {
    top: 66.66%;
    left: 50%;
  }
}
@media screen and (max-width: 750px) {
  .fcate2 .cn {
    font-size: 40px;
  }
  .fcate2 .cn2 {
    font-size: 28px;
    line-height: 40px;
  }
  .fwlist li .txt {
    margin-top: -70px;
  }
  .fwlist li .txt .cn {
    font-size: 30px;
    line-height: 44px;
  }
  .fwlist li .txt .en {
    font-size: 24px;
    line-height: 36px;
  }
  .fwlist li .txt .more {
    width: 154px;
    height: 38px;
    font-size: 22px;
    line-height: 38px;
    opacity: 1;
  }
  .fwlist li:hover .txt {
    margin-top: -70px;
  }
  .fanweitwo .en {
    font-size: 24px;
    line-height: 34px;
    text-indent: 0;
  }
  .fanweitwo a {
    margin-top: 20px;
    font-size: 26px;
  }
}
.fyou {
  padding: 80px 0 68px;
  height: 674px;
  background: #f2f2f2 url('../images/china.png') 114px 80px no-repeat;
}
.fyou .cer3 {
  height: 100%;
}
.fyoucon {
  float: right;
  width: 726px;
  position: relative;
  top: 100px;
}
.fcate3 {
  padding-left: 15px;
}
.fcate3 .cn {
  font-size: 32px;
  line-height: 56px;
  color: #333;
  height: 56px;
}
.fcate3 .cn2 {
  font-size: 16px;
  color: #7f8692;
  line-height: 30px;
}
.fyoulist-out {
  position: relative;
  margin-top: 50px;
}
.fyoulist {
  overflow: hidden;
  position: relative;
  height: 312px;
}
.fyoulist ul {
  float: left;
  width: 242px;
  height: 312px;
}
.fyoulist ul li {
  margin: 14px 15px;
  width: 212px;
  height: 76px;
  overflow: hidden;
}
.fyoulist ul li a {
  display: block;
  position: relative;
  background-color: #fff;
  text-align: center;
  line-height: 76px;
  font-size: 0;
}
.fyoulist ul li img {
  max-width: 100%;
  max-height: 100%;
}
.fyoulist ul li:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(16, 140, 238, 0.3);
          box-shadow: 0 0 10px 0 rgba(16, 140, 238, 0.3);
}
.fyoulist ul li {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.fyoulist-out .hd {
  overflow: hidden;
  position: relative;
  margin-top: 32px;
}
.fyoulist-out .hd ul {
  width: 100%;
  height: 12px;
  font-size: 0;
  overflow: hidden;
  text-align: center;
}
.fyoulist-out .hd ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fyoulist-out .hd ul li.on {
  background-color: #108cee;
  width: 36px;
}
.fyouprev,
.fyounext {
  position: absolute;
  top: 140px;
  z-index: 1;
  width: 43px;
  height: 60px;
  cursor: pointer;
}
.fyouprev {
  left: -100px;
  background: transparent url(../images/lt2.png) center no-repeat;
}
.fyounext {
  right: -100px;
  background: transparent url(../images/gt2.png) center no-repeat;
}
.fyouprev:hover,
.fyounext:hover {
  -webkit-box-shadow: 0 0 20px 0 #fff;
          box-shadow: 0 0 20px 0 #fff;
}
@media screen and (max-width: 1650px) {
  .fyou {
    background-position: 10% 80px;
  }
  .fyoucon {
    padding: 10px 5px;
    background-color: rgba(16, 140, 238, 0.1);
  }
}
@media screen and (max-width: 1100px) {
  .fyou {
    background-position: center 80px;
    background-size: contain;
  }
  .fyoucon {
    float: none;
    margin: 0 auto;
    padding: 80px 5px;
    top: 20px;
  }
  .fcate3 {
    text-align: center;
    padding: 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .fcate3 .cn2 {
    font-size: 26px;
    line-height: 40px;
  }
}
.fcate4 {
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  margin-bottom: 20px;
}
.fcate4.i1 {
  padding-left: 48px;
  background: url('../images/z1.png') 0 no-repeat;
}
.fcate4.i2 {
  padding-left: 48px;
  background: url('../images/z2.png') 0 no-repeat;
}
.fcate4 .cn {
  float: left;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.fcate4 .en {
  float: left;
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
  margin-left: 8px;
}
.fcate4 .more {
  float: right;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #999;
}
.fcate4 .more:hover {
  color: #2252aa;
}
.fnews {
  padding: 80px 0 90px;
}
.fnewswrap {
  overflow: hidden;
}
.fnewsleft {
  float: left;
  width: 50%;
}
.fnewsright {
  float: right;
  width: 45.5%;
}
.newbanner {
  width: 100%;
  padding-bottom: 56%;
  height: 0;
  position: relative;
}
.newbanner .hd {
  height: 10px;
  overflow: hidden;
  padding: 22px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.newbanner .hd ul {
  overflow: hidden;
  zoom: 1;
}
.newbanner .hd ul li {
  float: left;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newbanner .hd ul li.on {
  background-color: #fff;
}
.newbanner .bd {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fnewslist1 {
  width: 100%;
  height: 100%;
}
.fnewslist1 li {
  width: 100%;
  height: 100%;
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.fnewslist1 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.fnewslist1 li img {
  width: 100%;
  height: 100%;
}
.fnewslist1 li p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.6);
}
.fnewslist1 li p span {
  width: 70%;
  height: 100%;
  overflow: hidden;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 54px;
  text-indent: 28px;
}
.fnewslist1 .date {
  width: 80px;
  height: 50px;
  padding: 15px 0;
  background-color: #2194ef;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 3;
}
.fnewslist1 .date .day {
  display: block;
  font-size: 28px;
  line-height: 30px;
  height: 30px;
}
.fnewslist1 .date .year {
  display: block;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
}
.fnewslist2 {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #efefef;
}
.fnewslist2 li {
  width: 100%;
  padding: 10px 0;
  height: 36px;
  overflow: hidden;
  border-bottom: 1px dotted #999;
}
.fnewslist2 li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 24px;
  background: url('../images/dgt1.png') 1px 13px no-repeat;
}
.fnewslist2 li .title {
  line-height: 36px;
  height: 36px;
  position: relative;
  overflow: hidden;
  padding: 0 84px 0 0;
  margin-bottom: 10px;
}
.fnewslist2 li h3 {
  font-size: 14px;
  color: #666;
}
.fnewslist2 li .date {
  font-size: 14px;
  color: #999;
  text-align: right;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.fnewslist2 li .txt {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  overflow: hidden;
  height: 52px;
  padding-right: 108px;
}
.fnewslist2 li.on {
  padding: 20px 0;
  height: 98px;
}
.fnewslist2 li.on h3 {
  color: #2194ef;
  font-weight: bold;
  font-size: 18px;
}
.fnewslist2 li.on a {
  background-image: url('../images/dgt1h.png');
}
.fnewslist2 h3 {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 1200px) {
  .fnews {
    padding: 50px 0 70px;
  }
  .fnewsleft {
    float: none;
    margin: 0 auto;
    width: 760px;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .fnewsright {
    float: none;
    margin: 0 auto;
    width: 760px;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .fnews {
    padding: 30px 0 50px;
  }
  .fcate4 .cn {
    font-size: 34px;
  }
  .fcate4 .en {
    font-size: 26px;
  }
  .fcate4 .more {
    font-size: 26px;
  }
  .fnewsleft {
    margin-bottom: 40px;
  }
  .fnewslist1 li p span {
    font-size: 24px;
  }
  .fnewslist1 .date {
    width: 100px;
    height: 70px;
  }
  .fnewslist1 .date .day {
    display: block;
    font-size: 36px;
    line-height: 40px;
    height: 40px;
  }
  .fnewslist1 .date .year {
    display: block;
    font-size: 24px;
    line-height: 30px;
    height: 30px;
  }
  .fnewslist2 li {
    height: 48px;
  }
  .fnewslist2 li a {
    background-position: 1px 19px;
  }
  .fnewslist2 li .title {
    line-height: 48px;
    height: 48px;
    padding-right: 120px;
  }
  .fnewslist2 li h3 {
    font-size: 26px;
  }
  .fnewslist2 li .date {
    font-size: 24px;
    height: 48px;
  }
  .fnewslist2 li .txt {
    font-size: 24px;
    line-height: 36px;
    height: 72px;
    padding-right: 24px;
  }
  .fnewslist2 li.on {
    height: 130px;
  }
  .fnewslist2 li.on h3 {
    font-size: 26px;
  }
}
.leicate {
  width: 100%;
  height: 52px;
  border-bottom: 3px solid #d6e8f3;
  padding-bottom: 13px;
  line-height: 52px;
  font-size: 28px;
  color: #2194ef;
  position: relative;
}
.leiall {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.leiall dl {
  display: inline-block;
  width: 360px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.leiall dt {
  width: 100%;
  height: 44px;
  margin-bottom: 15px;
  text-indent: 75px;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  background: #2194ef url('../images/chip.png') 30px center no-repeat;
}
.leiall dd {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.leiall dd > a {
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 38px;
  text-indent: 30px;
  height: 38px;
  overflow: hidden;
  padding-right: 24px;
  background-color: #eaf3f9;
  position: relative;
}
.leiall dd.on > a {
  background-color: #30a89d;
  color: #fff;
}
.leiall dd i {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: block;
  cursor: pointer;
}
.leiall dd s {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1px;
  background-color: #666;
  opacity: 1;
  margin-left: -6px;
}
.leiall dd s:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.leiall dd.on s {
  background-color: #fff;
}
.leiall dd.on s:first-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.leiall dd,
.leiall dd s {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.leifour {
  padding: 12px 0;
  background-color: #eaf3f9;
  border: 1px solid #30a89d;
  display: none;
}
.leifour li {
  padding: 0 29px 0 49px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  background: url('../images/dot3.png') 31px center no-repeat;
}
.leifour li a {
  font-size: 14px;
  color: #666;
}
.leifour li:hover {
  background-image: url('../images/dot3h.png');
}
.leifour li:hover a {
  color: #2a9389;
}
@media screen and (max-width: 1160px) {
  .leiall dl {
    width: 49%;
  }
}
@media screen and (max-width: 750px) {
  .leiall dl {
    width: 100%;
  }
  .leiall dt {
    height: 54px;
    line-height: 54px;
    font-size: 28px;
  }
  .leiall dd > a {
    font-size: 26px;
    line-height: 48px;
    height: 48px;
  }
  .leiall dd i {
    width: 48px;
    height: 48px;
  }
  .leifour li {
    height: 40px;
    line-height: 40px;
  }
  .leifour li a {
    font-size: 24px;
  }
  .leicate {
    font-size: 38px;
  }
}
.baninfo {
  height: 60px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.baninfo .cer {
  height: 100%;
}
.baninfo a.ret {
  color: #fff;
  text-align: center;
  line-height: 36px;
  background-color: #2194ef;
  float: right;
  width: 90px;
  height: 36px;
  margin-top: 12px;
  border-radius: 10px;
}
.baninfo a.ret span {
  display: inline-block;
  padding-left: 27px;
  font-size: 14px;
  background: url('../images/ret.png') 0 no-repeat;
}
.baninfo a.ret:hover {
  opacity: 0.8;
}
.tree {
  float: left;
  height: 60px;
  line-height: 60px;
  color: #666;
  position: relative;
  padding-left: 24px;
  background: #ffffff url('../images/home.png') left no-repeat;
  overflow: auto;
}
.tree a {
  color: #666;
  padding: 0 12px;
}
.tree a.leaf,
.tree a:hover {
  color: #2194ef;
}
@media screen and (max-width: 960px) {
  .baninfo a.ret {
    display: none;
  }
  .tree {
    float: none;
    width: 100%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  .tree a {
    font-size: 24px;
  }
}
/* 左侧产品 */
#spro {
  position: fixed;
  left: -1px;
  top: 50%;
  margin-top: -280px;
  z-index: 10;
  color: #fff;
  width: 0;
  height: 550px;
  background-color: #2194ef;
  padding-right: 45px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#spro.on {
  width: 250px;
}
.hander {
  position: absolute;
  width: 44px;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #2194ef;
  height: 100%;
  cursor: pointer;
  border-left: 1px solid #fff;
}
.hander label {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.hander label i {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  display: inline-block;
  transition: 0.3s;
  font-style: normal;
  font-family: 'simsun';
  font-size: 25px;
}
.hander.on label i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hander p {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding: 0 10px;
  margin-top: 8px;
}
.sproin {
  width: 250px;
  height: 460px;
  overflow: hidden;
}
.sproone {
  width: 250px;
  font-size: 20px;
  font-weight: bold;
  text-indent: 20px;
  line-height: 60px;
  overflow: hidden;
}
.spro {
  padding: 0 10px 0 30px;
  width: 210px;
}
.spro dl {
  margin-bottom: 20px;
  color: #ccecfe;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.spro dt {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 18px;
  height: 30px;
  overflow: hidden;
  background: url('../images/dayu01.png') 3px center no-repeat;
}
.spro .zankai dt {
  background-image: url('../images/dayu01h.png');
}
.spro dd {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  text-indent: 18px;
  overflow: hidden;
}
.spro dd.s4 {
  text-indent: 36px;
}
.spro a {
  color: #ccecfe;
}
.spro a:hover {
  color: #fff;
}
#spro .scrollbar {
  width: 4px;
  height: 460px;
  padding: 2px 0;
  position: absolute;
  right: 50px;
  top: 58px;
  z-index: 1;
  background-color: #fff;
  border-radius: 2px;
}
#spro .track {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}
#spro .thumb {
  width: 2px;
  background-color: #007cc3;
  position: absolute;
  left: 1px;
  top: 0;
  z-index: 1;
  border-radius: 1px;
  cursor: pointer;
}
#spro .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#spro .overview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  #spro {
    display: none;
  }
}
.rcate4 {
  overflow: hidden;
  max-width: 1200px;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
  padding: 0 20px;
}
.rcate4 .cn {
  float: left;
  font-size: 28px;
  color: #2f2f2f;
  padding-left: 52px;
  background: url('../images/z3.png') 0 no-repeat;
}
.rcate4 .more {
  float: right;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  color: #666;
}
.rcate4 .more:hover {
  color: #2194ef;
}
@media screen and (max-width: 1000px) {
  .rcate4 .cn {
    font-size: 32px;
  }
  .rcate4 .more {
    font-size: 24px;
  }
}
